-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Chainwriter tests #13360
Merged
Merged
Chainwriter tests #13360
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
silaslenihan
force-pushed
the
chainwriter-tests
branch
from
May 29, 2024 20:31
97f2c28
to
66d0cbc
Compare
silaslenihan
requested review from
archseer and
nickcorin
and removed request for
a team
May 29, 2024 20:34
Quality Gate passedIssues Measures |
archseer
pushed a commit
that referenced
this pull request
May 31, 2024
* Started relayer evm tests * Evm Relay tests * Added generic tests and additional evm tests for WriteTarget * added changeset * Update real-tools-tap.md * lint * small fix
github-merge-queue bot
pushed a commit
that referenced
this pull request
May 31, 2024
* evm: Add a stub chainwriter impl * evm: Fix config parameter * evm: Change the chainwriter receiver name * evm: Remove the chain writer interface to reference chainlink-common * evm: Update common dep, and fix signature * go.sum: Run gomodtidy * .changeset: Add a changeset * evm: Pseudo-implement the submit transaction method on chainwriter * evm: Add txm dependency to chainwriter * evm: Use the txm param properly * Update code to use the new interface * nix: use monthly foundry branch that's persistent * capabilities: Add config validation to write_target * capabilities: Pass context into InitializeWrite * minor: Resolve some inapplicable TODOs * capabilities: Refactor write target by extracting commmon bits * Refactor WriteTarget to use ChainWriter * capabilities: Move evm specific code inside the relayer * Chainwriter tests (#13360) * Started relayer evm tests * Evm Relay tests * Added generic tests and additional evm tests for WriteTarget * added changeset * Update real-tools-tap.md * lint * small fix * Update chainlink-common to include the new interface * write_target: Fix tests * Move target capability init inside evm.NewRelayer() * go mod tidy * Address lints * scripts: go mod tidy * integration-tests: go mod tidy * evm: Only initialize write target if config actually present * more tidy, fix last lint * evm: Move send strategy to be config driven * evm: Add some todos back * .changeset: Add a changeset * write_target: Mock out Config before NewRelayer is called * Regenerate mocks with right version * fix evm tests * goimports * fix evm tests --------- Co-authored-by: Nick Corin <[email protected]> Co-authored-by: Silas Lenihan <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.